ReactiveRecyclerViewViewHolder.Selected property¶
Defined in
Type: ReactiveRecyclerViewViewHolderReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Applies to
net10.0-android36.0
public IObservable<int> Selected { get; }
Summary: Gets an observable that signals that this ViewHolder has been selected.
The Int32 is the position of this ViewHolder in the RecyclerView
and corresponds to the AbsoluteAdapterPosition property.
Returns: IObservable